home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000094_amos-request@svcs1.digex.net_Fri Apr 21 08:53:45 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  3KB

  1. Received: from svcs1.digex.net by nfs2.digex.net with SMTP id AA10935
  2.   (5.67b8/IDA-1.5); Fri, 21 Apr 1995 08:53:41 -0400
  3. Received: by svcs1.digex.net id AA18088
  4.   (5.67b8/IDA-1.5 for amos-out); Fri, 21 Apr 1995 05:55:56 -0400
  5. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA18083
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Fri, 21 Apr 1995 05:55:54 -0400
  7. Received: from wn1.sci.kun.nl by nfs1.digex.net with SMTP id AA26712
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 21 Apr 1995 05:55:52 -0400
  9. Received: from mpih17 by wn1.sci.kun.nl via mpih17.mpi.nl [192.87.79.57] with SMTP 
  10.     id LAA18832 (8.6.10/2.9); Fri, 21 Apr 1995 11:55:50 +0200
  11. Received: by mpih17 (1.38.193.4/2.1) on NUNET
  12.      id AA00811; Fri, 21 Apr 1995 11:56:03 +0200
  13. Date: Fri, 21 Apr 1995 11:56:03 +0200 (METDST)
  14. From: Branko Collin <bcollin@mpi.nl>
  15. X-Sender: bcollin@mpih17
  16. To: "David C. Gorton" <udcg@sunyit.edu>
  17. Cc: amos-list@access.digex.net
  18. Subject: Re: AMOS TV Scroller Prg Needed Please!
  19. In-Reply-To: <Pine.ULT.3.91.950421031521.18571A-100000@pool.info.sunyit.edu>
  20. Message-Id: <Pine.HPP.3.91.950421113641.567B-100000@mpih17>
  21. Mime-Version: 1.0
  22. Content-Type: TEXT/PLAIN; charset=US-ASCII
  23. Status: O
  24. X-Status: 
  25.  
  26. On Fri, 21 Apr 1995, David C. Gorton wrote:
  27.  
  28. > I'm looking for an text-scroller for a TV newsroom.  Sort of like what 
  29. > you would be able to roll credits on.  But instead it would be for the 
  30. > reporters to read their lines off of while looking into the camera.  
  31. > Anybody know where I can find/FTP one?  Source would be nice too.  NTSC 
  32. > compatibility is a must, unless the source is available.  I know just 
  33. > enough about AMOS to change PAL to NTSC.
  34. >  
  35. > If I can find a prg like this, I can convince a local TV station to buy 
  36. > Amigas.
  37.  
  38. erm... wouldn't that be something complicated as:
  39.  
  40. FH=30
  41. Screen Open 0,320,200+FH,2,Lowres
  42. Screen Display 0,128,50,320,200
  43. Get Fonts
  44. Set Font "BigBoldOne",FH
  45. TB=Text Base
  46. NAME$=Fsel$("","","Please load the script")
  47. Open In 1,NAME$
  48. Repeat 
  49.   Line Input #1, _LINE$
  50.   TT=Val(Left$(_LINE$,3))
  51.   _LINE$=Right$(_LINE$,Len(LINE$-4))
  52.   Text 0,200+TB,_LINE$
  53.   Scroll Up
  54.   'There is no such thing as a Scroll Up command, so look up
  55.   'the real scroll command in a manual.
  56.   Wait TT
  57. Until eof(1)
  58.  
  59. And your scriptfile would be something like:
  60. 002:Pete, straighten your tie!
  61. 001:
  62. 002:And on the air in:
  63. 002:5
  64. 002:4
  65. 002:3
  66. 002:2
  67. 002:1
  68. 002:Goodday, this is Peter Presenter live
  69. 002:on KKWZPM with yesterday's news.
  70.  
  71. If you do not like my prog, I remember that there several scrollers on 
  72. the Fish disks. Good luck!
  73.  
  74. .......................................................................
  75. .       Branko Collin                .           'WHOP                .
  76. .                                    .        whisssssCRAC!           .
  77. .   //  u249026@vm.uci.kun.nl        .        THUMPA THUMPA'          .
  78. . \X/   bcollin@mpi.nl               .  Meccano      -      Gilette   .
  79. .......................................................................